#divClaimNewsHome{background-image: url("/IMAGES/HOME/increible-1.jpg"); background-position:center; background-size:cover;}
#divClaimRewindHome{background-image: url("/IMAGES/HOME/increible-2.jpg"); background-position:center; background-size:cover;}
.textClaim{background-color:red;color:white;padding:0.2em 0.5em;}
.textClaim a{text-decoration:none;}

/* CAROUSEL */
.swiper-container {
    width: 100%;
    height: 70%;
    min-width: 100%;
    min-height: 100%;
}
.swipper-slide-image{width:100%;min-height:70vh;background-size:cover; background-position:center;}
.carousel-caption {bottom:20%;max-width:600px;margin:auto;}
.carousel-caption > span > p{color:#fff !important;}
.carousel-caption > p > a{color:#eee;}

/* VIDEO - HOME/inc_video ----------------------------------------*/
/*video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
}*/

/* Style the video: 100% width and height to cover the entire window 
@media all and (orientation:landscape) {
    video {
        min-height: 100%;
        min-width: 100%;
    }
}

@media all and (orientation:portrait) {
    video {
        min-width: 100%;
        min-height: 100%;
    }
}*/
/* VIDEO - HOME/inc_video ----------------------------------------*/

/*
#myVideo {
  position: absolute;
  background-color: black;
  top: 0;
}
#myBtnVideo{
    position: fixed;
    bottom: 22em;
}
#myMouseDown{
    position: fixed;
    bottom: 10em;
}
#myMouseDown img{filter: grayscale(100%) brightness(300%);}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}
#myBtn:hover {
  background: #ddd;
  color: black;
}
 VIDEO - HOME/inc_video ----------------------------------------*/

/* VIDEO - HOME/inc_menu_video_bottom ----------------------------------------
#menuVideoBottom{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:6em;
}
#menuVideoBottomBack{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background-color: black;
    opacity:0.4;
}
#menuVideoBottomMenu{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
#ulMenuVideoBottom{padding:0;margin:1.6em 0;list-style:none;width:100%;display:flex;justify-content:space-around;}
#ulMenuVideoBottom li{display:inline-block;text-align:center;}
.btn-menuvideo{padding:0.5em 4em;font-weight:bold;}
.btn-menuvideo:hover{color:black;}
VIDEO - HOME/inc_menu_video_bottom ----------------------------------------*/

/*******************************************************************************************************/

/*----- lg -> ipad horizontal + ipad pro vertical ---------------------------*/
@media screen and (max-device-width:1024px),screen and (max-width:1024px){
}

@media screen and (max-device-width:991px),screen and (max-width:991px){
}

@media screen and (max-device-width:768px),screen and (max-width:768px){
}

@media screen and (max-device-width:480px),screen and (max-width:480px){
	/* CAROUSEL */
	/* .carousel-caption > span{display:none;} 
	.carousel-caption > h1{font-size:1.7em;}*/
}

